home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 11785 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.0 KB

  1. Path: chrism.demon.co.uk!chris
  2. From: Chris Marriott <chris@chrism.demon.co.uk>
  3. Newsgroups: comp.os.ms-windows.programmer.misc,comp.os.ms-windows.programmer.tools.mfc,comp.lang.c
  4. Subject: Re: Solaris code -> Windows NT?
  5. Date: Mon, 25 Mar 1996 19:04:53 +0000
  6. Organization: SkyMap Software
  7. Distribution: world
  8. Message-ID: <1Wb7LPAV5uVxEwT3@chrism.demon.co.uk>
  9. References: <314ED5A2.2CF7@ccm.fm.intel.com>
  10. NNTP-Posting-Host: chrism.demon.co.uk
  11. X-NNTP-Posting-Host: chrism.demon.co.uk
  12. MIME-Version: 1.0
  13. X-Newsreader: Turnpike Version 1.11 <xvymwJsTYh8aYs0yGmHsPZXi9Q>
  14.  
  15. In article <314ED5A2.2CF7@ccm.fm.intel.com>, "Aaron C. Coday"
  16. <aaron_coday@ccm.fm.intel.com> writes
  17. >Has anyone out there ported signficant amount of code from Solaris
  18. >to Windows NT?  If so, I would like to hear about it.  Particularly
  19. >any pitfalls, etc.
  20. >
  21. >I'm facing possibly porting a large project to Windows NT.  As I 
  22. >understand it, it should be easier than trying to port to
  23. >Windows 3.x, because Solaris and NT both use flat memory models.
  24.  
  25. In my "day job" I work on and maintain the NT version of a large
  26. distributed application development toolkit which runs on a dozen
  27. different varieties of Unix, as well as NT, OS/2, VMS etc. I did the
  28. original port from Unix to NT of this product.
  29.  
  30. It really is pretty easy; Unix code written with portability in mind (as
  31. our code is) ports pretty much straight off to NT. For networking, NT's
  32. socket library is virtually the same as the standard Unix Berkeley
  33. sockets library, and almost all Unix system calls have 1:1 equivalents
  34. in NT.
  35.  
  36. You really shouldn't have too many problems.
  37.  
  38. Chris
  39.  
  40. --------------------------------------------------------------------------
  41.  Chris Marriott, Warrington, UK      | Author of SkyMap v3 award-winning 
  42.  chris@chrism.demon.co.uk            | shareware Win31/Win95 planetarium.
  43.             For full info, see http://www.execpc.com/~skymap  
  44.       Author member of Association of Shareware Professionals (ASP) 
  45. -------------------------------------------------------------------------- 
  46.  
  47.